This file lists the history of changes made on every
release of dCG, since version 0.04a.

v0.05a 15-Aug-1996 ------------------------------------------------

- Menu command accelerator keys finally introduced.

- Extension drivers now have a setup peocedure for specific
  configuration; the View|Options|Drivers dialog tab has a
  new "Setup" button that let the user invoke the drivers
  configuration dialog; for the default registered driver
  this only shows an simple About dialog box.
  
- Corrections on the user code protection process, which has
  been internally reformulated.
  
- The Find/Replace dialogs try to make the matching text
  selection always visible outside the dialog box (above or
  below).
  
- Support for soft-tabs introduced for the internal editor.

- New intrinsic functions: STRIP and PROPER.

v0.04a 28-Jul-1996 ------------------------------------------------

- New intrinsic functions: ISINTEGER, ISSTRING, ISLIST, ISOBJECT,
  LOADITEM, SAVEITEM, MEMBERLIST, MIN, MAX, AVG, SUM, PREFIX,
  SUFFIX, RENAMEFILE, REMOVEFILE.

- Intrinsic function FIND now searches for list items too; the
  former version was string search only.

- New statement INSPECT, making possible to visually inspect an
  object item structure and navigate along its members.

- Status line slightly modified, displaying also the current
  generation status.

- Some bugs corrected for an implied RETURN statement, and for
  user defined function calls withing the argument list of
  another function.

- On user defined dialogs the ComboBox control text is now
  properly handled on initialization, showing the value of the
  control's Text member and not the selected item of Items.
